home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1988 / 05 / spmtpl.rc < prev    next >
Text File  |  1988-08-18  |  320b  |  16 lines

  1. /* 
  2.  * Resource file for the PM small memory model template
  3.  *
  4.  * Written by William S. Hall, Olivetti ATC
  5.  *
  6.  */
  7.  
  8. #include "spmtpl.h"
  9.  
  10. STRINGTABLE
  11. BEGIN
  12.     IDS_APPNAME    "Spmtpl"            /* applicaton name */
  13.     IDS_ICON    "STPL"                /* icon string */
  14.     IDS_TITLE    "PM Small Model Template"    /* title bar */
  15. END
  16.